home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global lp, dd
- if the lastClick > (180 * 60) then
- set lp to random(5)
- if lp = 1 then
- puppetSound(5, 0)
- puppetSound(6, 0)
- dropsounds()
- end if
- if lp = 2 then
- changesounds()
- end if
- if lp = 3 then
- puppetSound(5, 0)
- puppetSound(6, 0)
- end if
- if lp = 4 then
- if dd = 11 then
- mixdown()
- dropdrums()
- else
- dropdrums()
- end if
- end if
- if lp = 5 then
- transform()
- changedrums()
- end if
- end if
- end
-